home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "QRLabels.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TQRLabelsForm *QRLabelsForm;
- //---------------------------------------------------------------------
- __fastcall TQRLabelsForm::TQRLabelsForm(TComponent* AOwner)
- : TQuickRep(AOwner)
- {
- }
- //---------------------------------------------------------------------
-